GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBoxInfoCollection Class / AddRange Method / AddRange(CharBoxInfo[]) Method
An array of CharBoxInfo to load into this collection.


In This Topic
AddRange(CharBoxInfo[]) Method
In This Topic
Adds an array of CharBoxInfo to the current collection.
Syntax
'Declaration
 
Public Overloads Shadows Sub AddRange( _
   ByVal CharBoxInfoes() As CharBoxInfo _
) 
 
'Usage
 
Dim instance As CharBoxInfoCollection
Dim CharBoxInfoes() As CharBoxInfo
 
instance.AddRange(CharBoxInfoes)

Parameters

CharBoxInfoes
An array of CharBoxInfo to load into this collection.
See Also